type go.uber.org/zap/zapcore.errArrayElem

7 uses

	go.uber.org/zap/zapcore (current package)
		error.go#L110: var _errArrayElemPool = pool.New(func() *errArrayElem {
		error.go#L111: 	return &errArrayElem{}
		error.go#L117: type errArrayElem struct{ err error }
		error.go#L119: func newErrArrayElem(err error) *errArrayElem {
		error.go#L125: func (e *errArrayElem) MarshalLogArray(arr ArrayEncoder) error {
		error.go#L129: func (e *errArrayElem) MarshalLogObject(enc ObjectEncoder) error {
		error.go#L133: func (e *errArrayElem) Free() {